@charset "utf-8";
html {
}
body {
	font-family:"微软雅黑";
	background:#FFF;
	color: #666666;
	font-size:14px;
	line-height:1;
}
/*禁止移动设备滑动*/
.sure {
	touch-action: none;
}
/*栅格*/
.width-1200 {
	width: 1230px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 1250px) {
 .width-1200 {
 width: 100%;
}
}
/*/栅格*/


.header-top {
	padding-top: 45px;
	padding-bottom: 45px;
}
.header-logo a {
	display: inline-block;
}
.header-wx {
	cursor: pointer;
	position: relative;
}
.header-dh {
	margin-left: 15px;
	cursor: pointer;
}
.header-wx > img, .header-dh img {
	width: 48px;
}
.header-wx-img {
	position: absolute;
	right: 100%;
	top: -28px;
	padding-right: 15px;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.15s linear;
	pointer-events: none;
}
.header-wx:hover .header-wx-img {
	opacity: 1;
}
.header-wx-img img {
	width: 100px;
	border: 1px solid #54B5FF;
}
.header-stit {
	margin-left: 12px;
}
.header-stit h6 {
	color: #54b5ff;
	font-size: 23px;
	font-weight: bold;
	font-family: "Arial";
	margin-top: 5px;
}
.header-nav {
	background-color: #54B5FF;
}
.header-snav {
	padding-right: 16px;
}
.header-snav ul li {
	display: table-cell;
	width: 1%;
	border-left: 1px solid #6bbfff;
}
.header-snav ul li:first-child {
	border-left: none;
}
.header-nav ul li > a {
	color:#FFF;
	font-size: 16px;
	line-height: 66px;
	text-align: center;
	display: block;
	transition: background-color 0.3s linear;
	position: relative;
	z-index: 112;
}
.header-nav ul li > a:hover {
	background-color: #87DD1E;
}
.header-nav ul li.on > a {
	background-color: #87DD1E;
}
/*搜索*/
.header-ss {
	position: relative;
}
.search-ss {
	width: 200px;
	background-color: #FFF;
}
.search-ss-form-div {
	width: 100%;
}
.search-ss-text input {
	display: block;
	width: 100%;
	height: 38px;
	background-color: #FFF;
	font-size: 14px;
	border: none;
	padding: 0 11px;
}
.search-ss-submit {
	padding-right: 3px;
}
.search-ss-submit input {
	width: 58px;
	height: 32px;
	font-size: 14px;
	color: #FFF;
	background-color: #54B5FF;
	border: none;
	cursor: pointer;
	transition: all 0.15s linear;
}
.search-ss-submit input:hover {
	background-color: #87DD1E;
}
.header-snav ul li {
	position: relative;
}
.header-pc-ertdg {
	position: absolute;
	left: 0px;
	top: 100%;
	background-color: #FFF;
	width: 100%;
	z-index: 100;
	text-align: center;
	display: none;
	box-shadow: 0 0 10px #e0e0e0;
}
.header-pc-ertdg a {
	font-size: 13px;
	display: block;
	color: #676767;
	line-height: 2;
	padding: 8px 0;
	border-top: 1px solid #FAFAFA;
	background-color: #FFF;
}
.header-pc-ertdg dl dt:first-child a {
	border-top: 1px solid transparent;
}
.header-pc-ertdg dl dt:first-child a:hover {
	border-top: 1px solid #acea61;
}
.header-pc-ertdg a:hover {
	color: #FFF;
	background-color: #87DD1E;
}
.header-pc-ertdg dt {
	padding: 0;
}
.header-pc-ertdg dt:first-child a {
	border-top: none;
}
 @media (max-width: 1250px) {
 .header {
 display: none;
}
}

/*头部-移动端*/
@media (min-width: 1250px) {
 .header-wap {
 display: none;
}
}
.header-wap-gao, .header-wap-baow {
	height: 60px;
	background-color: #FFF;
}
.header-wap-baow {
	padding: 0 15px;
	border-bottom: 1px solid #CBCBCB;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
}
.header-wap-logo a img {
	width: 200px;
}
.header-wap-ico-zk {
	display: block;
	width: 24px;
}
.header-wap-ico-gb {
	display: none;
	width: 26px;
}
.header-wap-zeten {
	position: fixed;
	width: 100%;
	left: 0;
	top: 60px;
	z-index: 99;
	background-color: #212125;
	height: calc(100% - 60px);
	padding: 15px 15px 35px;
	overflow-y: auto;
	display: none;
}
.header-wap-nav_kai ul li > a {
	color: #EAEAEA;
	font-weight: 100;
	font-size: 14px;
	border-bottom: 1px solid #2A2A2A;
	display: block;
	padding: 13px 15px;
	position: relative;
}
.header-wap-nav_kai ul li > a.header-wap-jt:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -3px;
	z-index: 1;
	width: 0;
	height: 0;
	overflow: hidden;
	border-left: 5px solid transparent;
	border-top: 5px solid #EAEAEA;
	border-bottom: 5px solid transparent;
	border-right: 5px solid transparent;
}
.header-wap-nav_kai ul li.on > a.header-wap-jt:after {
	border-top: 5px solid #54b5ff;
}
.header-wap-nav_kai ul li.on > a {
	color: #54b5ff;
}
.header-wap-ertdg {
	position: relative;
	right: 0px;
	padding-top: 0px;
	top: 0px;
	z-index: 1;
	width: 100%;
	display: none;
	border-bottom: 1px solid #2A2A2A;
}
.header-wap-ertdg dl {
	background-color: transparent;
	padding: 13px 0;
	padding-left: 0;
}
.header-wap-ertdg dl a {
	color: #EAEAEA;
	font-weight: 100;
	line-height: 24px;
	font-size: 13px;
	display: block;
	padding: 0 15px;
	padding-left: 30px;
	position: relative;
}
.header-wap-ertdg dl a:after {
	content: "";
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -2px;
	z-index: 1;
	width: 4px;
	height: 4px;
	background-color: #EAEAEA;
	overflow: hidden;
	border-radius: 100px;
}
.header-wap-ertdg dl a:hover {
	color: #54b5ff;
}
.header-wap-ertdg dl a:hover:after {
	background-color: #54b5ff;
}
.header-wap-dh {
	text-align: center;
	padding: 15px 0;
	margin-top: 15px;
}
.header-wap-dh-titx {
	padding-left: 10px;
}
.header-wap-dh-titx h5 {
	color: #EAEAEA;
	font-size: 15px;
}
.header-wap-dh-titx h6 {
	color: #54b5ff;
	font-size: 15px;
}
.header-wap-dsf a {
	margin-left: 7.5px;
	margin-right: 7.5px;
}
/*/头部-移动端*/





.dt-lb1 .swiper-slide a {
	display: block;
	position: relative;
	cursor: -webkit-grab;
}
.dt-lb1-swiper-img img {
	width: 100%;
}
.dt-lb1-swiper-tits {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	color: #FFF;
	line-height: 1.5;
}
.dt-lb1-swiper-strt {
	width: 6.7rem;
}
.dt-lb1-swiper-strt h3 {
 font-size: .48rem;
 margin-bottom: .4rem;
	text-shadow:2px 2px 5px #333333;
}
.dt-lb1-swiper-strt p {
 font-size: .18rem;
	text-shadow:2px 2px 5px #333333;
}
.dt-lb1-swiper-gd {
	background-color: #0D97FF;
	color: #FFF;
 font-size: .16rem;
	text-align: center;
	border-radius: 100px;
	display: inline-block;
	width: 1.6rem;
 line-height: .4rem;
 margin-top: .55rem;
	cursor: pointer;
}
/*左右箭头设置*/
.swiper-container .hide {
	opacity:0;
}
.dt-lb1 .swiper-button-next, .dt-lb1 .swiper-button-prev {
	transition:opacity 0.5s;
}
.dt-lb1 .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E") !important;
	left: 25px;
	width: 23px;
	height: 40px;
	background-size: 23px auto;
}
.dt-lb1 .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E") !important;
	transform:rotate(180deg);
	right: 25px;
	width: 23px;
	height: 40px;
	background-size: 23px auto;
}
 @media (max-width: 1074px) {
 .dt-lb1 .swiper-container .swiper-slide-active a .dt-lb1-swiper-img {
 animation: upin2 15s linear infinite
}
}
@keyframes upin2 {
 0% {
 transform: scale(1.1)
}
 50% {
 transform: scale(1);
}
 100% {
 transform: scale(1.1)
}
}
/*渐显*/
.dt-lb1 .swiper-slide-active {
	animation-name: opacity2;
	animation-duration: 1.3s;
}
@keyframes opacity2 {
 0% {
 opacity: .6;
}
 100% {
 opacity: 1;
}
}
/*分页器设置*/
.dt-lb1 .swiper-pagination {
	bottom: 6px !important;
}
.dt-lb1 .swiper-pagination-bullet {
	opacity: 1;
	background: #FFF;
	width: 40px;
	height: 4px;
	margin: 0 6px !important;
	border-radius: 0;
}
.dt-lb1 .swiper-pagination-bullet-active {
	opacity: 1;
	background: #83D025;
}
 @media (max-width: 1350px) {
 .dt-lb1 .swiper-button-prev {
 left: 15px;
 width: 20px;
 height: 36px;
 background-size: 20px auto;
}
 .dt-lb1 .swiper-button-next {
 right: 15px;
 width: 20px;
 height: 36px;
 background-size: 20px auto;
}
}
@media (max-width: 1074px) {
 .dt-lb1 .swiper-pagination-bullet {
 width: 10px;
 height: 10px;
 margin: 0 4px !important;
}
 .dt-lb1 .swiper-pagination {
 bottom: .75rem;
}
 .dt-lb1 .swiper-button-next,  .dt-lb1 .swiper-button-prev {
 opacity: 0 !important;
}
}
.mk1 {
	padding-top: 0px;
	padding-bottom: 30px;
	background-color: #ECECEC;
}
.mk1-site {
	border: 1px solid #f0f0f0;
	background: #fff;
	cursor: pointer;
	transition: all 0.3s linear;
	background-color: #FFF;
}
.mk1-div ul {
	margin-left: -8px;
	margin-top: -8px;
	overflow: hidden;
}
.mk1-div ul li {
	width: 12.5%;
	float: left;
	padding-left: 8px;
	margin-top: 8px;
}
.mk1-div ul li a {
	display: block;
}
.mk1-div ul li img {
	width: 90%;
	margin: 0 auto;
}
.mk1-div ul li h3 {
	text-align: center;
	font-size: 13px;
	padding: 8px;
	line-height: 20px;
}
.mk1-div ul li h3 a {
	transition: all 0.3s linear;
}
.mk1-site:hover {
	border: 1px solid #54B5FF;
}
.mk1-site:hover h3 a {
	color:#54B5FF;
}
.zj-tit {
	height: 88px;
	line-height: 88px;
	text-align: center;
	font-size: 28px;
	color: #54b5ff;
}
.tit1-div {
	text-align: center;
	padding-top: 22px;
	padding-bottom: 30px;
}
.tit1 {
	display: inline-block;
	line-height: 1.3;
}
.tit1 h3 {
	font-size: 30px;
	color: #54b5ff;
}
.tit1-tit fieldset {
	border: none;
	border-top: 1px solid #54b5ff;
	padding: 0 58px;
	margin-top: 3px;
}
.tit1-tit legend {
	padding: 0 12px;
	color: #54b5ff;
}
.mk2 {
	background-color:#FFF;
	padding-top: 0px;
	padding-bottom: 30px;
}
.mk2 .zj-tit {
	color: #FFF;
}
.mk2-hd {
	position: relative;
	z-index: 1;
}
.mk2-hd ul {
	overflow: hidden;
	margin-left: -15px;
	padding: 0 136px;
	margin-top: -15px;
}
.mk2-hd ul li {
	float: left;
	width: calc(20% - 15px);
	background-color: #54B5FF;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	margin-top: 15px;
	margin-left: 15px;
	cursor: pointer;
	transition: all 0.1s linear;
}
.mk2-hd ul li:hover {
	background-color: #87DD1E;
	color: #FFF;
}
.mk2-hd ul li.on {
	background-color: #87DD1E;
	color: #FFF;
}
.mk2-hd-list ul {
	overflow: hidden;
}
.mk2-hd-list ul li {
	float: left;
	width: 16.6666%;
}
.mk2-hd-list ul li a {
	display: block;
	line-height: 40px;
	color: #000;
}
.mk2-hd-img img {
	width: 100%;
}
.mk2-hd-list h3 {
	border-top: 1px solid #f3f3f3;
	background-color: #FFF;
}
.mk2-hd-list h3 a {
	font-size: 13px;
	text-align: center;
	transition: all 0.3s linear;
}
.mk2-hd-list ul li {
	border: 1px solid #f3f3f3;
	border-left: none;
}
.mk2-hd-list ul {
	border-left: 1px solid #f3f3f3;
}
.mk2-hd-list ul li:hover h3 a {
	color:#54B5FF;
}
.mk2-bd {
	margin-top: 30px;
}
.mk2-hd-table {
	margin-top: 10px;
}
.mk2-hd-table dl {
	overflow: hidden;
	border-left: 1px solid #f3f3f3;
}
.mk2-hd-table dt {
	float: left;
	line-height: 40px;
	text-align: center;
	font-size: 13px;
	width: 16.6666%;
	border: 1px solid #f3f3f3;
	border-top: none;
	border-left: none;
	background-color: #FFF;
	color: #000;
}
.mk2-hd-table dt:nth-child(-n+6) {
 border-top: 1px solid #f3f3f3;
}
.mk2-hd-table dt a {
	display: block;
	transition: all 0.15s linear;
}
.mk2-hd-table dt a:hover {
	color:#54B5FF;
}
.mk2-bd article {
	display: none;
}
.mk2-bd article:first-child {
	display: block;
}
.mk3 {
	background-color: #54B5FF;
	padding-top: 0px;
	padding-bottom: 30px;
}
.mk3 .tit1 h3 {
	color: #fff;
}
.mk3 .tit1-tit fieldset {
	border-top: 1px solid #fff;
}
.mk3 .tit1-tit legend {
	color: #FFF;
}
.mk3-list ul {
	overflow: hidden;
}
.mk3-list li {
	float: left;
	width: 16.6666%;
	background-color: #FFF;
	text-align: center;
	padding: 45px 25px;
}
.mk3-ico span {
	display: inline-block;
	width: 140px;
	height: 140px;
	background: url(../images/ico9.png) left top no-repeat;
	text-align: center;
	margin: 0 auto;
	transition: all 0.17s linear;
}
.mk3-ico span i {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-position: left top;
	background-repeat: no-repeat;
	transition: all 0.17s linear;
}
.mk3-list li:nth-child(1) span i {
 background-image: url(../images/ico3.png);
}
.mk3-list li:nth-child(2) span i {
 background-image: url(../images/ico4.png);
}
.mk3-list li:nth-child(3) span i {
 background-image: url(../images/ico5.png);
}
.mk3-list li:nth-child(4) span i {
 background-image: url(../images/ico6.png);
}
.mk3-list li:nth-child(5) span i {
 background-image: url(../images/ico7.png);
}
.mk3-list li:nth-child(6) span i {
 background-image: url(../images/ico8.png);
}
.mk3-tits {
	text-align: center;
}
.mk3-tits h5 {
	font-size: 17px;
	color: #333;
	margin-top: 20px;
	transition: color 0.17s linear;
}
.mk3-tits h6 {
	line-height: 1.86;
	margin-top: 12px;
	overflow: hidden;
	height: 66px;
	transition: color 0.17s linear;
}
.mk3-list li {
	border-left: 1px solid #f0f0f0;
	cursor: pointer;
	transition: background-color 0.3s linear;
}
.mk3-list li:hover {
	background-color: #65B800;
}
.mk3-list li:hover .mk3-ico span {
	background-position: right top;
}
.mk3-list li:hover .mk3-ico span i {
	background-position: right top;
}
.mk3-list li:hover .mk3-tits h5, .mk3-list li:hover .mk3-tits h6 {
	color: #FFF;
}
.mk4 {
	padding-top: 0px;
	padding-bottom: 30px;
	background-color:#ECECEC;
}
.mk4-scen {
	background-color: #FFF;
}
.mk4-scen-left {
	width: 50%;
}
.mk4-scen-left img {
	width: 100%;
}
.mk4-scen-right {
	padding: 60px;
	width: 50%;
	line-height: 2.1;
}
.mk4-scen-right h2 {
	font-size: 28px;
	color: #54b5ff;
	font-weight: normal;
	margin-bottom: 8px;
}
.mk4-scen-news {
	margin-bottom: 20px;
}
.mk4-scen-right a {
	width: 128px;
	border: 1px #cbcbcb solid;
	border-radius: 0px;
	line-height: 38px;
	font-size: 13px;
	color: #333333;
	display: inline-block;
	text-align: center;
	transition: all 0.15s;
}
.mk4-scen-right a:hover {
	background-color: #87DD1E;
	color: #FFF;
	border: 1px #87DD1E solid;
}
.mk5 {
	background-color: #FFF;
	padding-top: 0px;
	padding-bottom: 30px;
}
.mk5 .zj-tit {
	color: #FFF;
}
.mk5-hd {
	position: relative;
	z-index: 1;
}
.mk5-hd ul {
	overflow: hidden;
	margin-left: -15px;
	padding: 0 136px;
	margin-top: -20px;
	font-size: 0;
	text-align: center;
}
.mk5-hd ul li {
	display: inline-block;
	width: calc(20% - 15px);
	background-color: #54B5FF;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	margin-top: 15px;
	margin-left: 15px;
	cursor: pointer;
	transition: all 0.1s linear;
}
.mk5-hd ul li:hover {
	background-color: #87DD1E;
	color: #FFF;
}
.mk5-hd ul li.on {
	background-color: #87DD1E;
	color: #FFF;
}
.mk5-taser-stit h3 {
	font-size: 16px;
}
.mk5-taser-stit p {
	font-size: 13px;
	color: #888888;
	height: 69px;
	overflow: hidden;
}
.mk5-taser {
	width: 380px;
	line-height: 1.8;
}
.mk5-taser-stit h3 {
	margin-bottom: 12px;
	line-height: 1.5;
	margin-top: 10px;
	height: 48px;
	overflow: hidden;
	transition: color 0.1s linear;
}
.mk5-taser-img img {
	width: 100%;
}
.mk5-taser {
	background-color: #FFF;
}
.mk5-taser-stit {
	border-top: 1px solid #f0f0f0;
	padding: 25px 30px;
}
.mk5-taser-stit time {
	color: #888888;
	font-size: 14px;
}
.mk5-taser-stit h3:hover {
	color: #54B5FF;
}
.mk5-taser:hover .mk5-taser-stit h3 {
	color: #54B5FF;
}
.mk5-taser {
	border: 1px solid #f0f0f0;
}
.mk5-taser-x {
	padding-right: 18px;
}
.mk5-list {
	background-color: #FFF;
}
.mk5-list-div {
	width: 100%;
}
.mk5-bd {
	margin-top: 45px;
}
.mk5-list-div {
	padding: 0 23px;
	padding-top: 16px;
}
.mk5-list-div li {
	border-bottom: 1px solid #f0f0f0;
	padding: 0 6px;
}
.mk5-list-div li:last-child {
	border: none;
}
.mk5-list-div li a {
	background: url(../images/dian.jpg) left center no-repeat;
	padding: 11px 22px;
	transition: color 0.1s linear;
}
.mk5-list-div li a:hover {
	color: #54B5FF;
}
.mk5-bd article {
	display: none;
}
.mk5-bd article:first-child {
	display: block;
}
.mk6 {
	background-color: #ECECEC;
	padding-top: 0px;
	padding-bottom: 30px;
}
.mk6-list ul {
	overflow: hidden;
	margin-left: -10px;
}
.mk6-list li {
	float: left;
	width: 16.6666%;
	padding-left: 10px;
}
.mk6-list li a {
	display: block;
	border: 1px solid #d8d8d8;
	transition: border-color 0.1s linear;
}
.mk6-list li a img {
	width: 100%;
}
.mk6-list li a:hover {
	border-color: #54b5ff;
}
.yqlj {
	padding-top: 30px;
	padding-bottom: 30px;
}
.yqlj-stit {
	border-bottom: 1px solid #f1f1f1;
}
.yqlj-list h6 {
	font-size: 14px;
	line-height: 2.5;
	color: #636363;
}
.yqlj-list h6 b {
	font-size: 18px;
	font-weight: bold;
}
.yqlj-suimt {
	margin-top: 8px;
}
.yqlj-suimt ul {
	overflow: hidden;
	margin-left: -18px;
}
.yqlj-suimt ul li {
	float: left;
	margin-left: 18px;
	line-height: 1.8;
}
.yqlj-suimt ul li a {
	color: #333333;
	transition: color 0.15s linear;
}
.yqlj-suimt ul li a:hover {
	color: #54b5ff;
}
.yqlj-stit a {
	color: #636363;
	transition: color 0.15s linear;
}
.yqlj-stit a:hover {
	color: #54b5ff;
}



/*底部-PC*/
@media (max-width: 1250px) {
 .footer-pc {
 display: none;
}
}
.footer-wap-ewrtgx_ewm {
	padding: 20px 0;
}
.footer-wap-ewrtgx_ewm h6 {
	font-size: 12px;
	line-height: 2.8;
}
.footer-wap-ewrtgx_ewm img {
	width: 50%;
	margin: 0 auto;
}
.footer-pc {
	background-color: #353535;
}
.footer-pc-ggy {
	background-color: #1285CB;
	padding: 20px 0;
}
.footer-pc-ggy_left {
	color: #FFF;
	font-size: 15px;
}
.footer-pc-ggy_left font {
	font-size: 18px;
}
.footer-pc-ggy_right a span {
	color: #ABCBE7;
	font-size: 15px;
	padding-right: 12px;
}
.footer-pc-ggy_right a img {
	width: 6px;
}
.footer-pc-ggy_right a:hover span {
	color: #FFF;
}
.footer-pc-categ {
	padding-top: 75px;
	padding-bottom: 56px;
}
.footer-pc-tiert1 {
	width: 580px;
}
.footer-pc-tiert_top h3 {
	color: #FFF;
	font-size: 16px;
	margin-bottom: 30px;
}
.footer-pc-tiert_top p {
	line-height: 1.5;
	color: #BBBBBB;
	font-size: 14px;
	margin-bottom: 40px;
}
.footer-pc-tiert_top a {
	color: #0174A1;
	font-size: 14px;
}
.footer-pc-tiert_top a:hover {
	text-decoration: underline;
}
.footer-pc-tiert_bot h3 {
	color: #666666;
	font-size: 22px;
	margin-bottom: 10px;
	margin-top: 35px;
}
.footer-pc-tiert_bot p {
	line-height: 1.7;
	color: #666666;
	font-size: 12px;
	margin-bottom: 30px;
}
.footer-pc-tiert_bot p span {
	padding: 0 8px;
}
.footer-pc-tiert-nav h3 {
	color: #FFF;
	font-size: 15px;
}
.footer-pc-tiert-nav_sul {
	margin-top: 15px;
}
.footer-pc-tiert-nav_sul ul li {
	line-height: 1.8;
}
.footer-pc-tiert-nav_sul ul li a {
	font-size: 14px;
	color: #BBBBBB;
}
.footer-pc-tiert-nav_sul ul li a:hover {
	color: #FFF;
}
.footer-pc-tiert-rwma h5 {
	color: #666666;
	font-size: 14px;
}
.footer-pc-tiert-rwm_tit {
	margin-left: -30px;
	margin-top: 10px;
}
.footer-pc-tiert-rwm_tit dl {
	margin-left: 30px;
}
.footer-pc-tiert-rwm_tit dd {
	color: #666666;
	font-size: 12px;
	text-align: center;
	line-height: 1.5;
	padding-top: 5px;
}
.footer-pc-tiert-rwm_img {
	padding: 0 30px;
	margin-top: 25px;
}
.footer-pc-tiert-btisr {
	color: #666666;
	font-size: 14px;
	line-height: 1.5;
}
.footer-pc-tiert-btisr h4 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.footer-pc-tiert-btisr p {
	font-size: 12px;
}
.footer-pc-tiert-btisr p span {
	display: block;
}
.footer-pc-tiert3, .footer-pc-tiert4 {
	padding-top: 57px;
}
.footer-pc-tiert5 {
	padding-right: 5%;
}
.footer-pc-ico {
	margin-left: -12px;
}
.footer-pc-ico a {
	padding: 0 12px;
}
 @media (max-width: 1450px) {
 .footer-pc-tiert1 {
 width: 450px;
}
}
@media (max-width: 1250px) {
 .footer-pc-tiert1 {
 width: 300px;
}
}
.footer-pc-lbsurt {
	padding: 18px 0;
}
.footer-pc-lbsurt {
	color: #999999;
	font-size: 14px;
	line-height: 1.5;
}
.footer-pc-lbsurt a:hover {
	color: #FFF;
}
.footer-pc-srtgex {
	margin-top: 20px;
}
.footer-pc-dsf a {
	display: inline-block;
	margin-left: 10px;
}
.footer-pc-dhrt {
	color: #000000;
	font-size: 24px;
	line-height: 1.5;
	margin-top: 25px;
}
.footer-pc-tmie {
	color: #585858;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 5px;
}
.crtmab {
	text-align: right;
}
.footer-pc-tiert-nav h3 {
	color: #000000;
}
.footer-pc-tiert-nav_sul ul li a {
	font-size: 14px;
	color: #585858;
}
.footer-pc-tiert-nav_sul ul li a:hover {
	color: #000;
}
.footer-pc-lbsurt-tsite {
	color: #868686;
	font-size: 14px;
}
.footer-pc-lbsurt-tsite span {
	padding: 0 18px;
}
.footer-pc-lbsurt-tsite a {
	color: #868686;
}
.footer-pc-lbsurt-tsite a:hover {
	color: #000;
}
.footer-pc-lbsurt {
	border-top: 1px solid #434343;
}
.footer-pc-dsf a {
	display: inline-block;
	margin-left: 10px;
}
.footer-pc-dhrt {
	color: #000000;
	font-size: 24px;
	line-height: 1.5;
	margin-top: 25px;
}
.footer-pc-tmie {
	color: #585858;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 5px;
}
.crtmab {
	text-align: right;
}
.footer-pc-tiert-nav h3 {
	color: #FFF;
}
.footer-pc-tiert-nav_sul ul li a {
	font-size: 14px;
	color: #C8C8C8
}
.footer-pc-tiert-nav_sul ul li a:hover {
	color: #FFF;
}
.footer-pc-lbsurt-tsite {
	color: #626262;
	font-size: 14px;
}
.footer-pc-lbsurt-tsite span {
	padding: 0 18px;
}
.footer-pc-lbsurt-tsite a {
	color: #626262;
}
.footer-pc-lbsurt-tsite a:hover {
	color: #FFF;
}
.footer-pc-tiert-nav_sul ul li.titsrex a:hover {
	color: #C8C8C8;
	text-decoration: none;
}
.footer-pc-icos {
	margin-top: -5px;
}
.footer-pc-icos a {
	margin-left: 10px;
}
.footer-pc-tacerx-t1 img {
	margin: 0 auto;
}
.footer-pc-tacerx-t2 {
	color: #DADADA;
	font-size: 14px;
	line-height: 1.5;
	border-top: 1px solid #535353;
	border-bottom: 1px solid #535353;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 20px;
}
.footer-pc-tacerx-t2 span {
	color: #8FC42E;
	font-size: 18px;
	display: inline-block;
	width: 150px;
}
.footer-pc-tacerx-t3 {
	margin-top: 20px;
}
.footer-pc-tacerx-t3 img {
	margin: 0 auto;
}
.zhicwl-sbtar {
	padding-top: 15px;
}
.zhicwl-sbtar-right {
	color: #999999;
	padding-left: 16px;
}
.zhicwl-sbtar-right span {
	display: block;
	font-size: 16px;
}
.zhicwl-sbtar-right b {
	font-size: 20px;
	display: block;
	padding-top: 8px;
}
.zhicwl-panmsb {
	font-size: 13px;
	color: #999999;
	line-height: 1.85;
	padding-top: 9px;
}
.footer-pc-wx img {
	width: 126px;
}
.zhicwl-cbnamrt {
	margin-top: 10px;
}
.footer-pc-wx h6 {
	font-size: 14px;
	color: #999999;
	text-align: center;
	padding-left: 2px;
	padding-top: 9px;
}
.footer-pc-lbsurt-div {
	text-align: center;
}
/*/底部-PC*/



/*底部-移动端*/

@media (min-width: 1250px) {
 .footer-wap {
 display: none;
}
}
.footer-wap {
	background-color: #1E1E1E;
	padding: 15px 15px 25px;
}
.footer-wap-list_h3 {
	border-bottom: 1px solid #2A2A2A;
}
.footer-wap-list_h3 h3 {
	font-size: 14px;
	font-weight: 100;
	color: #EAEAEA;
	position: relative;
	padding: 13px 15px;
}
.footer-wap-list_h3 h3:after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -3px;
	z-index: 1;
	width: 0;
	height: 0;
	overflow: hidden;
	border-left: 5px solid transparent;
	border-top: 5px solid #EAEAEA;
	border-bottom: 5px solid transparent;
	border-right: 5px solid transparent;
}
.footer-wap-list_h3.on h3:after {
	border-top: 5px solid #54b5ff;
}
.footer-wap-list_h3.on h3 {
	color: #54b5ff;
}
.footer-wap-ertdg {
	position: relative;
	right: 0px;
	padding-top: 0px;
	top: 0px;
	z-index: 1;
	width: 100%;
	display: none;
	border-bottom: 1px solid #2A2A2A;
}
.footer-wap-ertdg dl {
	background-color: transparent;
	padding: 8px 0;
	padding-left: 0;
}
.footer-wap-ertdg dl a {
	color: #EAEAEA;
	font-weight: 100;
	line-height: 24px;
	font-size: 13px;
	display: block;
	padding: 0 15px;
	padding-left: 30px;
	position: relative;
}
.footer-wap-ertdg dl a:after {
	content: "";
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -2px;
	z-index: 1;
	width: 4px;
	height: 4px;
	background-color: #EAEAEA;
	overflow: hidden;
	border-radius: 100px;
}
.footer-wap-titse {
	color: #EAEAEA;
	font-size: 12px;
	padding: 10px 15px;
	line-height: 20px;
}
.footer-wap-ewrtgx_imgrt {
	padding: 20px 0 20px;
	border-bottom: 1px solid #2A2A2A;
}
.footer-wap-ewrtgx_ewm {
	margin: 0 10px;
}
.footer-wap-ewrtgx_ewm h6 {
	color: #666666;
	font-size: 12px;
	line-height: 2.1;
	text-align: center;
}
.footer-wap-fenx {
	padding-top: 18px;
}
.footer-wap-fenx a {
	margin: 0 12px;
}
.footer-wap-bqxrt {
	color: #666666;
	font-size: 12px;
	line-height: 1.8;
	padding-top: 18px;
}
/*/底部-移动端*/




/*在线客服*/
.custom_service p img {
	display: inline;
	vertical-align:middle;
}
.scrollsidebar {
	position:fixed;
	z-index:999;
	top:45%;
	right:0
}
.side_content {
	width:154px;
	height:auto;
	overflow:hidden;
	float:left;
}
.side_content .side_list {
	width:154px;
	overflow:hidden;
}
.show_btn {
	width:0px;
	height:112px;
	overflow:hidden;
	margin-top:50px;
	float:left;
	cursor:pointer;
}
.show_btn span {
	display:none;
}
.close_btn {
	width:24px;
	height:24px;
	cursor:pointer;
}
.side_title, .side_bottom, .close_btn, .show_btn {
	background:url(../images/sidebar_bg.png) no-repeat;
}
.side_title {
	height:46px;
}
.side_bottom {
	height:8px;
}
.side_center {
	font-family:Verdana, Geneva, sans-serif;
	padding:5px 12px;
	font-size:12px;
}
.close_btn {
	float:right;
	display:block;
	width:21px;
	height:16px;
	margin:16px 10px 0 0;
	_margin:16px 5px 0 0;
}
.close_btn span {
	display:none;
}
.side_center .custom_service p {
	text-align:center;
	padding:6px 0;
	margin:0;
	vertical-align:middle;
}
.other {
	text-align:center;
	border-top:1px solid #ddd
}
.other p {
	padding:5px 0;
	_height:16px;
	margin:0;
	color: #666666;
}
.msgserver {
	text-align:center;
	margin-bottom:5px;
}
.msgserver a {
	background:url(../images/sidebar_bg.png) no-repeat -119px -114px;
	padding-left:22px;
	padding-top: 1px;
}
.msgserver p {
	margin: 6px 0 0px;
}
/* blue skin as the default skin */
.side_title, .side_blue .side_title {
	background-position:-195px 0;
}
.side_center, .side_blue .side_center {
	background:url(../images/blue_line.png) repeat-y center;
}
.side_bottom, .side_blue .side_bottom {
	background-position:-195px -50px;
}
.close_btn, .side_blue .close_btn {
	background-position:-44px 0;
}
.close_btn:hover, .side_blue .close_btn:hover {
	background-position:-66px 0;
}
.show_btn, .side_blue .show_btn {
	background-position:-119px 0;
}
.msgserver a, .side_blue .msgserver a {
	color:#06C;
}
/* green skin  */
.side_green .side_title {
	background-position:-349px 0;
}
.side_green .side_center {
	background:url(../images/green_line.png) repeat-y center;
}
.side_green .side_bottom {
	background-position:-349px -50px;
}
.side_green .close_btn {
	background-position:-44px -23px;
}
.side_green .close_btn:hover {
	background-position:-66px -23px;
}
.side_green .show_btn {
	background-position:-147px 0;
}
.side_green .msgserver a {
	color:#76a20c;
}
.other img {
	margin: 0 auto;
}
 @media (max-width: 1250px) {
 .scrollsidebar {
 display: none;
}
}
/*/在线客服*/



.donmxtg-left {
	width: 292px;
}
.donmxtg-stit {
	font-size: 16px;
	height: 55px;
	line-height: 55px;
	padding-left: 20px;
	color: #54b5ff;
	border: 1px solid #f3f3f3;
	border-bottom: none;
	border-top: 4px #54b5ff solid;
	background: #f6f6f6;
}
.donmxtg-stit h3 {
	display: inline-block;
}
.donmxtg-stit a {
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	background: #54b5ff;
	color: #ffffff;
	font-family: "宋体";
	border-radius: 8px;
	font-size: 12px;
	font-weight: 400;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}
.donmxtg-a1 .donmxtg-stit {
	border-top: 0;
	background: #54b5ff;
	color: #FFF;
}
.donmxtg-huai ul li a {
	padding-left: 20px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #f3f3f3;
	border-top: none;
	display: block;
	color: #333333;
	position: relative;
}
.donmxtg-huai ul li a::after {
 content: ">";
 position: absolute;
 right: 22px;
 top: 0;
 z-index: 1;
 color: #bebebe;
 font-family: "宋体";
}
.donmxtg-huai ul li a:hover::after {
 color: #54B5FF;
}
.donmxtg-huai ul li.on a {
	background-color: #87dd1e;
	color: #ffffff;
}
.donmxtg-huai ul li.on a::after {
 color: #ffffff;
}
.donmxtg-huai ul:hover li.on a {
	background-color: #FFF;
	color: #666666;
}
.donmxtg-huai ul:hover li.on a::after {
 color: #bebebe;
}
.donmxtg-huai ul li a:hover {
	background-color: #87dd1e;
	color: #ffffff;
}
.donmxtg-huai ul li a:hover::after {
 color: #ffffff;
}
.donmxtg-huai ul li.on a:hover {
	background-color: #87dd1e;
	color: #ffffff;
}
.donmxtg-huai ul li.on a:hover::after {
 color: #ffffff;
}
.donmxtg-a2 {
	margin-top: 20px;
}
.donmxtg-a2 .donmxtg-huai {
	font-size: 12px;
	line-height: 2.2;
	padding: 15px 20px;
	border: 1px solid #f3f3f3;
	border-top: none;
}
.donmxtg {
	padding-top: 30px;
}
.donmxtg-left {
	padding-bottom: 70px;
}
 @media (max-width: 1250px) {
 .tit1 {
 zoom: .72;
}
 .mk1-div ul li {
 width: 33.3333%;
}
 .mk1-div ul li h3 a {
 overflow: hidden;
 height: 20px;
}
 .mk2-hd ul {
 overflow: hidden;
 margin-left: -8px;
 padding: 0 0px;
 margin-top: -8px;
}
 .mk2-hd ul li {
 width: calc(33.3333% - 8px);
 font-size: 12px;
 height: 30px;
 line-height: 30px;
 border-radius: 6px;
 margin-top: 8px;
 margin-left: 8px;
}
 .mk2-hd ul li:nth-child(10) {
 display: none;
}
 .mk1-div ul li:nth-child(15) {
 display: none;
}
 .mk2-hd-list ul li {
 width: 50%;
 margin-top: 8px;
}
 .mk2-hd-list ul li a {
 line-height: 34px;
}
 .mk2-hd-list h3 a {
 font-size: 12px;
}
 .mk2-hd-table dt {
 line-height: 34px;
 font-size: 12px;
 width: 50%;
 margin-bottom: 4px;
}
 .mk2-hd-table dt {
 border-top: 1px solid #f3f3f3 !important;
}
 .mk3-list li {
 width: 50%;
 background-color: #FFF;
 text-align: center;
 padding: 35px 20px;
 zoom: .8;
 margin-top: 5px;
}
 .mk3-list li:nth-child(odd) {
 border-left: none;
}
 .mk3-tits h6 {
 line-height: 1.4;
 margin-top: 7px;
 height: 58px;
 font-size: 12px;
}
 .mk4-scen {
 display: block !important;
}
 .mk4-scen-left {
 width: 100%;
}
 .mk4-scen-right {
 padding: 20px;
 width: 100%;
 line-height: 1.6;
}
 .mk4-scen-right h2 {
 font-size: 21px;
 margin-bottom: 10px;
}
 .mk4-scen-news {
 margin-bottom: 15px;
}
 .mk4-scen-right a {
 width: 100px;
 line-height: 32px;
}
 .mk5-hd ul {
 overflow: hidden;
 margin-left: -8px;
 padding: 0 0px;
 margin-top: -8px;
}
 .mk5-hd ul li {
 width: calc(33.3333% - 8px);
 font-size: 12px;
 height: 30px;
 line-height: 30px;
 border-radius: 6px;
 margin-top: 8px;
 margin-left: 8px;
}
 .mk5-hd-list ul li {
 width: 50%;
 margin-top: 8px;
}
 .mk5-hd-list ul li a {
 line-height: 34px;
}
 .mk5-taser-x {
 padding-right: 0;
}
 .mk5-taser {
 width: 100%;
 line-height: 1.8;
}
 .mk5-bd {
 margin-top: 25px;
}
 .mk5-taser-stit {
 padding: 20px 20px;
}
 .mk5-wai {
 display: block !important;
}
 .mk5-list-div {
 padding: 0;
}
 .mk5-list-div li {
 zoom: .8;
}
 .mk5-list {
 margin-top: 6px;
}
 .mk6-list ul {
 margin-top: -10px;
}
 .mk6-list li {
 width: 33.3333%;
 padding-left: 5px;
 margin-top: 5px;
}
 .yqlj {
 padding-top: 20px;
 padding-bottom: 25px;
}
 .yqlj-suimt ul li {
 margin-left: 18px;
 line-height: 1.8;
 font-size: 12px;
}
 .mk5-taser-stit h3 {
 font-size: 15px;
}
 .mk5-taser-stit h3 {
 margin-bottom: 6px;
 margin-top: 2px;
}
}
.donmxtg-right {
	padding-left: 30px;
}
.sec-title {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #ccc;
	font-weight: 400;
	border-bottom: 1px solid #f3f3f3;
}
.sec-title span {
	display: inline-block;
	margin-bottom: -1px;
	padding: 0;
	font-size: 18px;
	color: #989898;
	font-weight: 700;
	line-height: 36px;
	border-bottom: 1px solid #c3c3c3;
}
.breadcrumb {
	float: right;
	margin: 0;
	padding: 0;
	line-height: 30px;
	background: none;
	list-style: none;
	border-radius: 4px;
}
.breadcrumb>li {
	display: inline-block;
	position: relative;
	padding-left: 11px;
}
.breadcrumb>.active {
	color: #777;
}
.home a {
	color: #777;
}
.breadcrumb>li::after {
 position: absolute;
 left: 0;
 top: 0;
 content: "/";
 z-index: 1;
 color: #ccc;
}
.breadcrumb>li:first-child {
	padding-left: 0;
}
.breadcrumb>li:first-child::after {
 display: none;
}
.breadcrumb>li a:hover {
	color: #54B5FF;
}
.donmxtg-slist-ratex h1 {
	font-size: 21px;
}
.donmxtg-slist-ratex p {
	line-height: 1.6;
	margin-top: 12px;
}
.donmxtg-slist-img img {
	width: 220px;
}
.donmxtg-slist-ratex {
	padding-left: 20px;
}
.donmxtg-slist {
	padding-bottom: 70px;
}
.donmxtg-slist li {
	border-bottom: 1px solid #f3f3f3;
}
.donmxtg-slist-ratex a:hover {
	color: #54BCFF;
}
 @media (max-width: 1250px) {
 .donmxtg-a2 {
 display: none;
}
 .donmxtg > div {
 display: block !important;
}
 .donmxtg-left {
 width: 100%;
}
 .donmxtg {
 padding-top: 17px;
}
 .donmxtg-left {
 padding-bottom: 15px;
}
 .donmxtg-right {
 padding-left: 0;
}
 .breadcrumb {
 float: none;
 float: left;
 margin-bottom: 5px;
}
 .donmxtg-slist-img img {
 width: 100px;
}
 .donmxtg-slist-ratex p {
 line-height: 1.4;
 margin-top: 4px;
 font-size: 12px;
 -webkit-line-clamp: 2;
 line-clamp: 2;
}
 .donmxtg-slist-ratex h2 {
 margin-top: -6px;
}
 .donmxtg-slist-ratex h2 a {
 font-size: 15px;
}
 .donmxtg-slist-ratex {
 padding-left: 10px;
}
 .sec-title {
 margin-bottom: 10px;
}
 .donmxtg-slist {
 padding-bottom: 10px;
}
 .donmxtg-slist li:last-child {
 border-bottom: none;
}
}
.atseg fieldset {
	border: 1px solid #f3f3f3;
	padding: 0 0 10px;
}
.atseg legend {
	color: #54B5FF;
	background-color: #fefefe;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #f3f3f3;
	border-image: initial;
	padding: 6px 10px;
	margin-left: 10px;
}
.atseg legend a {
	font-size: 12px;
}
.atseg-list {
	margin-top: 10px;
	padding: 0 10px;
}
.atseg-list ul {
	overflow: hidden;
}
.atseg-list ul li {
	float: left;
	width: 25%;
}
.atseg-list ul li a {
	display: block;
	font-size: 13px;
	border: 1px solid #f3f3f3;
	border-left: none;
	padding: 7px 10px;
	border-top: none;
	transition: color 0.15s linear;
}
.atseg-list ul li a:hover {
	color: #54B5FF;
}
.atseg-list ul li:nth-child(1) a, .atseg-list ul li:nth-child(2) a, .atseg-list ul li:nth-child(3) a, .atseg-list ul li:nth-child(4) a {
 border-top: 1px solid #f3f3f3;
}
.atseg-list ul li:nth-child(4n+1) a {
 border-left: 1px solid #f3f3f3;
}
.weimxngr {
	padding-bottom: 50px;
}
.weimxngr .donmxtg-slist {
	padding-bottom: 20px;
}
.atseg-a2 {
	margin-top: 20px;
}
.atseg-list2 ul {
	overflow: hidden;
	margin-left: -28px;
	padding: 0 21px;
	margin-top: -3px;
}
.atseg-list2 ul li {
	float: left;
	width: 50%;
	padding-left: 28px;
	margin-top: 13px;
}
.atseg-list2 ul li a {
	font-size: 13px;
	transition: color 0.15s linear;
	display: block;
	padding-left: 16px;
	background: url(../images/img44.png) left center no-repeat;
}
.atseg-list2 ul li a:hover {
	color: #54B5FF;
}
 @media (max-width: 1250px) {
 .atseg-list ul li {
 width: 33.3333%;
}
 .atseg-list ul li a {
 font-size: 12px;
}
 .atseg-list ul li:nth-child(1) a,  .atseg-list ul li:nth-child(2) a,  .atseg-list ul li:nth-child(3) a {
 border-top: 1px solid #f3f3f3;
}
 .atseg-list ul li:nth-child(4) a {
 border-top: none;
}
 .atseg-list ul li:nth-child(4n+1) a {
 border-left: none;
}
 .atseg-list ul li:nth-child(3n+1) a {
 border-left: 1px solid #f3f3f3;
}
 .atseg-list2 ul {
 margin-left: 0;
}
 .atseg-list2 ul li {
 width: 100%;
 float: none;
 padding-left: 0;
 margin-top: 13px;
}
 .atseg-list2 ul li a {
 width: 100%;
 white-space: unset;
 height: 13px;
 overflow: hidden;
 display: -webkit-box;
 display: -moz-box;
 display: -o-box;
 display: -ms-flexbox;
 display: box;
 text-overflow: ellipsis;
 -webkit-box-orient: vertical;
 overflow: hidden;
 -webkit-line-clamp: 1;
}
 .weimxngr {
 padding-bottom: 25px;
}
}
.nosmtg-img img {
	width: 130px;
}
.nosmtg-stuit {
	line-height: 1.8;
	font-size: 13px;
	padding-left: 18px;
}
.nosmtg-right {
	line-height: 1.5;
	font-size: 13px;
	border-left: 1px solid #F3F3F3;
	padding-left: 20px;
}
.manrtg {
	border: 1px solid #f3f3f3;
	margin-top: 25px;
}
.manrtg h3 {
	padding-left: 15px;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	background: #f1f1f1;
	border-bottom: 1px solid #efefef;
	display: block;
	font-weight: bold;
}
.manrtg-list dl {
	line-height: 32px;
}
.manrtg-list dl:nth-child(odd) {
 background-color: #f8f8f8;
}
.manrtg-list dl dt {
	font-size: 12px;
	width: 200px;
	text-align: right;
	padding: 0 10px;
	border-right: 1px solid #f3f3f3;
}
.manrtg-list dl dd {
	font-size: 12px;
	padding: 0 10px;
}
.manrtg2 {
	margin-top: 20px;
	border: none;
}
.manrtg2 .atseg-list {
	padding: 0;
	margin-top: 0;
}
 @media (max-width: 1250px) {
 .manrtg-list dl dt {
 width: 150px;
}
 .manrtg-list dl dt,  .manrtg-list dl dd {
 line-height: 1.5;
 padding-top: 5px;
 padding-bottom: 5px;
}
 .nosmtg-duv {
 display: block !important;
}
 .nosmtg-stuit {
 line-height: 1.5;
 font-size: 14px;
 padding-left: 0;
 margin-top: 5px;
}
 .nosmtg-right {
 line-height: 1.5;
 font-size: 14px;
 border-left: none;
 padding-left: 0;
 margin-top: 10px;
}
 .nosmtg-img img {
 width: 100%;
}
}
.iamgrtx ul {
	overflow: hidden;
	margin-left: -10px;
	margin-top: -10px;
}
.iamgrtx li {
	width: 25%;
	float: left;
	padding-left: 10px;
	margin-top: 10px;
}
.iamgrtx li a {
	display: block;
	border: 1px solid #f3f3f3;
	padding-bottom: 10px;
	transition: all 0.3s linear;
}
.iamgrtx li img {
	width: 100%;
	height: 150px;
	padding: 10px;
}
.iamgrtx li h4 {
	line-height: 1.5;
	text-align: center;
	transition: all 0.3s linear;
}
.iamgrtx li a:hover {
	border: 1px solid #54B5FF;
}
.iamgrtx li a:hover h4 {
	color: #54B5FF;
}
.pagination {
	display: block;
	text-align: center;
	margin-top: 30px
}
.pagination a, .pagination span {
	display: inline-block;
	padding: 6px 9px;
	margin-left: 0px;
	color: #999;
	line-height: 1;
	background-color: #f2f2f2;
	overflow: hidden;
}
.pagination .current {
	background-color: #f2f2f2;
	color: #999;
}
.pagination .current.on, .pagination a:hover {
	color: #fff;
	background: #54B5FF
}
.pagination a:hover {
	cursor: pointer;
	text-decoration: none
}
 @media (max-width: 1250px) {
 .iamgrtx ul {
 margin-left: -6px;
 margin-top: -6px;
}
 .iamgrtx li {
 width: 50%;
 padding-left: 6px;
 margin-top: 6px;
}
 .pagination {
 margin-top: 18px;
 zoom: .8;
}
 .pagination a {
 margin-bottom: 8px;
}
 .iamgrtx li h4 {
 font-size: 12px;
}
}
.namhtg-meta {
	margin-top: 15px;
}
.namhtg ul li h3 {
	font-size: 20px;
}
.namhtg-meta span:nth-child(1) {
 background: url(../images/img45.png) left 1px no-repeat;
 width: 14px;
 height: 14px;
 font-size: 14px;
 padding-left: 18px;
 color: #999;
 padding-right: 15px;
}
.namhtg-meta span:nth-child(2) {
 background: url(../images/img46.png) left 3px no-repeat;
 width: 16px;
 height: 14px;
 font-size: 14px;
 padding-left: 20px;
 color: #999;
}
.namhtg ul li p {
	line-height: 1.5;
	margin-top: 8px;
	overflow: hidden;
	max-height: 42px;
}
.namhtg ul li {
	border-bottom: 1px solid #f3f3f3;
	padding-bottom: 13px;
	padding-top: 18px;
}
.namhtg-more {
	text-align: right;
	margin-top: 6px;
}
.namhtg ul li h3 a {
	transition: all 0.3s linear;
}
.namhtg ul li h3 a:hover {
	color: #54B5FF;
}
.namhtg-more a {
	display: inline-block;
	transition: all 0.3s linear;
}
.namhtg-more a:hover {
	color: #54B5FF;
}
 @media (max-width: 1250px) {
 .namhtg ul li h3 {
 font-size: 16px;
 padding-bottom: 3px;
}
 .namhtg-meta {
 zoom: .8;
}
 .namhtg-meta {
 margin-top: 10px;
}
 .namhtg ul li p {
 font-size: 12px;
}
 .namhtg-more a {
 font-size: 12px;
}
 .namhtg ul li {
 padding-bottom: 10px;
 padding-top: 13px;
}
}
.jismtg h1 {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 26px;
	line-height: 1.3;
	text-align: center;
}
.jismtg-sreat {
	text-align: center;
}
.jismtg-sreat span {
	background: url(../images/img45.png) left 2px no-repeat;
	width: 14px;
	height: 14px;
	font-size: 14px;
	padding-left: 20px;
	color: #000;
	padding-right: 15px;
}
.jismtg-sreat a {
	background: url(../images/img47.png) left 4px no-repeat;
	width: 17px;
	height: 14px;
	font-size: 14px;
	padding-left: 21px;
	color: #000;
	padding-right: 17px;
	transition: all 0.3s linear;
}
.jismtg-sreat a:hover {
	color: #54B5FF;
}
.jismtg-show {
	line-height: 1.6;
	font-size: 15px;
	color: #000;
	margin-top: 35px;
}
.jismtg-ywen {
	margin-top: 30px;
}
.jismtg-ywen a {
	color: #54B5FF;
}
.next-prev-posts {
	position: relative
}
.next-prev-posts .next-post, .next-prev-posts .prev-post {
	display: table;
	float: left;
	width: 50%
}
.next-prev-posts {
	margin-top: 30px;
}
.next-prev-posts a {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding: 0 20px;
	text-align: left;
	text-decoration: none;
	position: relative;
	height: 66px
}
.next-prev-posts a.next {
	text-align: right
}
.next-prev-posts a.has-background span {
	color: #cecece;
	font-size: 14px
}
.next-prev-posts a.has-background h4 {
	font-size: 16px;
	margin-top: 10px;
	color: #fff
}
.next-prev-posts a h4 {
	height: 16px;
	overflow: hidden;
}
.next-prev-posts a h4, .next-prev-posts a span {
	position: relative;
	-webkit-transition-timing-function: cubic-bezier(.25, .1, .25, 1);
	-moz-transition-timing-function: cubic-bezier(.25, .1, .25, 1);
	-o-transition-timing-function: cubic-bezier(.25, .1, .25, 1);
	transition-timing-function: cubic-bezier(.25, .1, .25, 1);
 -webkit-transition-duration: .3s;
 -moz-transition-duration: .3s;
 -o-transition-duration: .3s;
 transition-duration: .3s;
	color: #606a6a;
	z-index: 1
}
.next-prev-posts a:hover {
	border-color: #20252b;
	text-decoration: none;
}
.next-prev-posts a:hover h4, .next-prev-posts a:hover span {
	color: #20252b
}
.next-prev-posts a.has-background {
	border: none;
	background-size: 100%;
	background-position: center center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}
.next-prev-posts a.has-background:after {
	content: '';
	position: absolute;
	background-color: rgba(0, 0, 0, .46);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: .65;
	-webkit-transition-timing-function: cubic-bezier(.25, .1, .25, 1);
	-moz-transition-timing-function: cubic-bezier(.25, .1, .25, 1);
	-o-transition-timing-function: cubic-bezier(.25, .1, .25, 1);
	transition-timing-function: cubic-bezier(.25, .1, .25, 1);
 -webkit-transition-duration: .3s;
 -moz-transition-duration: .3s;
 -o-transition-duration: .3s;
 transition-duration: .3s
}
.next-prev-posts a.has-background:hover h4, .next-prev-posts a.has-background:hover span {
	color: #54B5FF;
}
.next-prev-posts a.has-background:hover:after {
	opacity: .2
}
.next-prev-posts {
	overflow: hidden;
}
.rijsmrg {
	margin-top: 30px;
}
.rijsmrg .sec-title {
	text-align: left;
}
.qnmsbg ul {
	overflow: hidden;
	margin-left: -28px;
	padding: 0 0;
	margin-top: -16px;
}
.ckgduo {
	display: none;
}
 @media (max-width: 1250px) {
 .qnmsbg ul {
 overflow: hidden;
 margin-left: 0px;
 padding: 0 0;
 margin-top: -16px;
}
 .rijsmrg {
 margin-top: -8px;
}
 .next-prev-posts a {
 height: 50px;
}
 .next-prev-posts a.has-background h4 {
 font-size: 12px;
 margin-top: 0px;
}
 .next-prev-posts a h4 {
 height: 13px;
}
 .jismtg h1 {
 margin-top: 20px;
 margin-bottom: 16px;
 font-size: 21px;
 line-height: 1.3;
}
 .jismtg-show {
 line-height: 1.5;
 font-size: 14px;
 margin-top: 25px;
}
 .ckgduo {
 text-align: center;
 margin-top: 18px;
 display: block;
}
 .ckgduo span {
 display: inline-block;
 background-color: #54B5FF;
 color: #FFF;
 padding: 9px 14px;
 font-size: 13px;
 border-radius: 4px;
}
 .lismn {
 height: auto;
 overflow: hidden;
}
 .donmxtg-left {
 display: none;
}
 .breadcrumb {
 display: none;
}
 .donmxtg-slist ul li {
 display: block !important;
}
 .donmxtg-slist .donmxtg-slist-img img {
 width: 100%;
}
 .donmxtg-slist .donmxtg-slist-ratex h2 a {
 font-size: 17px;
}
 .donmxtg-slist .donmxtg-slist-ratex p {
 line-height: 1.4;
 margin-top: 9px;
 font-size: 14px;
 -webkit-line-clamp: 10;
 line-clamp: 10;
}
 .next-prev-posts .next-post,  .next-prev-posts .prev-post {
 display: block;
 float: none;
 width: 100%;
}
 .next-prev-posts .next-post a,  .next-prev-posts .prev-post a {
 display: block;
 float: none;
 width: 100%;
}
 .next-prev-posts a.next {
 text-align: left;
}
 .next-prev-posts a {
 height: auto;
 min-height: 56px;
 padding: 10px 15px;
}
 .next-prev-posts a h4 {
 height: auto;
}
 .next-prev-posts a {
 line-height: 1.5;
}
 .next-post {
 margin-top: 1px;
}
 .donmxtg-slist li {
 padding-bottom: 21px;
}
 .atseg-a1 {
 margin-top: -21px;
}
 .namhtg ul li h3 {
 overflow: unset;
 text-overflow: unset;
 white-space: unset;
 line-height: 1.3;
}
 .namhtg ul li p {
 -webkit-line-clamp: 99;
 max-height: 1142px;
 font-size: 14px;
}
 .namhtg-meta {
 zoom: 1;
}
 .namhtg-more a {
 font-size: 14px;
}
 .pagination {
 margin-top: 21px;
 zoom: 1;
}
}
.zksxtc {
	overflow: hidden;
	margin-top: 30px;
}
.zksxtc-lsrg {
	width: 50%;
	float: left;
}
.zksxtc-lsrg {
	background-color: rgba(0, 0, 0, .3);
	-webkit-transition-timing-function: cubic-bezier(.25, .1, .25, 1);
	-moz-transition-timing-function: cubic-bezier(.25, .1, .25, 1);
	-o-transition-timing-function: cubic-bezier(.25, .1, .25, 1);
	transition-timing-function: cubic-bezier(.25, .1, .25, 1);
 -webkit-transition-duration: .3s;
 -moz-transition-duration: .3s;
 -o-transition-duration: .3s;
 transition-duration: .3s;
}
.zksxtc-lsrg:hover {
	background-color: rgba(0, 0, 0, .12);
}
.zksxtc-lsrg * {
	color: #FFF;
	font-size: 16px;
}
.zksxtc-lsrg span {
	padding-left: 20px;
}
.zksxtc-lsrg a {
	padding: 25px 20px;
	padding-left: 0;
}
.zksxtc-lsrg h4:hover * {
	color: #54B5FF;
}
 @media (max-width: 1250px) {
 .zksxtc-lsrg {
 width: 100%;
 float: none;
}
 .zksxtc-lsrg {
 margin-top: 1px;
}
 .zksxtc-lsrg * {
 font-size: 13px;
}
 .zksxtc-lsrg a {
 padding: 12px 10px;
 padding-left: 0;
}
 .zksxtc-lsrg span {
 padding-left: 10px;
}
 .zksxtc {
 margin-top: 20px;
 margin-bottom: 22px;
}
}
.nosmtg-stuit h1 {
	font-size: 13px;
	display: inline-block;
}
.casned {
	font-size: 12px;
	line-height: 2.2;
	padding: 5px 0px;
	border: 1px solid #f3f3f3;
	border-top: none;
}
.casned li {
	border-bottom: 1px dotted #f3f3f3;
	padding: 0 20px;
}
.casned li:last-child {
	border-bottom: none;
}
.casned li a {
	padding: 5px 0;
	padding-left: 16px;
	padding-right: 10px;
	display: inline-block;
	position: relative;
}
.casned li a:hover {
	color: #54B5FF;
}
.casned li a::after {
 position: absolute;
 content: "";
 left: 6px;
 top: 50%;
 margin-top: -1.5px;
 z-index: 1;
 width: 3px;
 height: 3px;
 background-color: #666666;
 border-radius: 100px;
 overflow: hidden;
}
.casned li a:hover::after {
 background-color: #54B5FF;
}
h1 {
	font-weight: bold !important;
}
